feat(frontend): add local preferences layer and refine tool configura…#273
Open
ANU-2524 wants to merge 9 commits into
Open
feat(frontend): add local preferences layer and refine tool configura…#273ANU-2524 wants to merge 9 commits into
ANU-2524 wants to merge 9 commits into
Conversation
…24/SecuScan into feature/preferences-layer
4f24421 to
975b8c1
Compare
Contributor
Author
|
All checks passed too, @utksh1. Kindly merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR implements a robust local preferences layer using localStorage to persist user settings across sessions without backend dependency. It also refines the ToolConfig component to correctly handle schema-driven default values and fixes pre-existing test failures in the frontend.
Related Issues
Fixes # (feature/preferences-layer) #98
Type of Change
##How Has This Been Tested?
Ran the full Vitest suite for the frontend:
npx vitest run testing/unit/
Verified 11/11 suites and 37/37 tests passed.
Verified localStorage persistence manually in the browser.
Checklist